Spread for ASP.NET 12 Product Documentation
ListBoxEditor Constructor(String[])


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Editor Namespace > ListBoxEditor Class > ListBoxEditor Constructor : ListBoxEditor Constructor(String[])
Items in the list box list, specified as an array
Initializes an instance of the ListBoxEditor class, with the specified items in the list box list.
Syntax
'Declaration
 
Public Function New( _
   ByVal items() As String _
)
'Usage
 
Dim items() As String
 
Dim instance As New ListBoxEditor(items)
public ListBoxEditor( 
   string[] items
)

Parameters

items
Items in the list box list, specified as an array
See Also

Reference

ListBoxEditor Class
ListBoxEditor Members
Overload List